records

records

Active filters Clear all

No active filters

Filters

Activateurs France Num

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Identifiant de la structure
               

No description available for this field.

Name (identifier)
identifiant_de_la_structure
Type
text
Sample
afab9a95-c76c-4d17-ac16-9efc080d6f27
Nom de la structure
               

No description available for this field.

Name (identifier)
nom_de_la_structure
Type
text
Sample
1Life
Nouveaux Activateurs
               

No description available for this field.

Name (identifier)
nouveau
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
Editeur de solution numérique
Catégorie
               

No description available for this field.

Name (identifier)
categorie
Type
text
Sample
Privée
Taille de la structure
               

No description available for this field.

Name (identifier)
taille_de_la_structure
Type
text
Sample
50 à 99 salariés
Date de création
               

No description available for this field.

Name (identifier)
date_de_creation
Type
date
Sample
2013-02-14
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
7 rue du 35e Régiment d'Aviation
Code postal
               

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
69500
Ville
               

No description available for this field.

Name (identifier)
ville
Type
text
Sample
BRON
Département
               

No description available for this field.

Name (identifier)
departement
Type
text
Sample
Rhône
Région
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
Auvergne-Rhône-Alpes
Périmètre d’intervention
               

No description available for this field.

Name (identifier)
perimetre_d_intervention
Type
text
Sample
France
Secteurs_domaines_sous_domaines
               

No description available for this field.

Name (identifier)
secteurs_domaines_sous_domaines
Type
text
Sample
{"offre_mots_cles": ["capacité de production", "progiciel de gestion intégré (ERP)", "diagnostic numérique", "logiciel de gestion", "gestion des processus de production", "organisation interne", "solutions numériques"], "offre_secteurs_activite": [{"secteur_nom": "Conseil, études et ingénierie", "secteur_position": 1}, {"secteur_nom": "Autres activités de services", "secteur_position": 3}, {"secteur_nom": "Numérique, internet et télécommunications", "secteur_position": 2}], "offre_domaine_sousdomaine_prestation": [{"domaine": "Stratégie numérique", "info_sous_domaine": [{"sous_domaines": "Diagnostic numérique", "sous_domaine_position": "3", "sous_domaine_tarification": "Payant", "sous_domaine_types_prestations": ["Conseil et stratégie"]}]}, {"domaine": "Pilotage de l'entreprise", "info_sous_domaine": [{"sous_domaines": "Logiciels de gestion de l'entreprise", "sous_domaine_position": "1", "sous_domaine_tarification": "Payant", "sous_domaine_types_prestations": ["Développeur de solution", "Maintenance", "Conseil et stratégie", "Formation-coaching", "Intégrateur de solution"]}, {"sous_domaines": "Numérisation des processus ", "sous_domaine_position": "2", "sous_domaine_tarification": "Payant", "sous_domaine_types_prestations": ["Accompagnement opérationnel", "Développeur de solution", "Conseil et stratégie", "Intégrateur de solution"]}]}]}
Labels
               

No description available for this field.

Name (identifier)
labels
Type
text
Sample
                       
Certifications
               

No description available for this field.

Name (identifier)
certifications
Type
text
Sample
                       
Réseaux
               

No description available for this field.

Name (identifier)
reseaux
Type
text
Sample
                       
Lien url (site France Num)
               

No description available for this field.

Name (identifier)
lien_url_site_france_num
Type
text
Sample
www.francenum.gouv.fr/activateurs/1life
latitude
               

No description available for this field.

Name (identifier)
latitude
Type
text
Sample
45.738148
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
text
Sample
4.928671
geoloc
               

No description available for this field.

Name (identifier)
geoloc
Type
geo point
Sample
[45.738148,4.928671]

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"activateurs-france-num",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/activateurs-france-num"
      }
    ]
    ,
  • "definitions":
    {
    • "activateurs-france-num":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/activateurs-france-num_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "activateurs-france-num_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "identifiant_de_la_structure":
                {
                • "type":"string",
                • "title":"Identifiant de la structure",
                • "description":""
                }
                ,
              • "nom_de_la_structure":
                {
                • "type":"string",
                • "title":"Nom de la structure",
                • "description":""
                }
                ,
              • "nouveau":
                {
                • "type":"string",
                • "title":"Nouveaux Activateurs",
                • "description":""
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"Type",
                • "description":""
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"Catégorie",
                • "description":""
                }
                ,
              • "taille_de_la_structure":
                {
                • "type":"string",
                • "title":"Taille de la structure",
                • "description":""
                }
                ,
              • "date_de_creation":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date de création",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "perimetre_d_intervention":
                {
                • "type":"string",
                • "title":"Périmètre d’intervention",
                • "description":""
                }
                ,
              • "secteurs_domaines_sous_domaines":
                {
                • "type":"string",
                • "title":"Secteurs_domaines_sous_domaines",
                • "description":""
                }
                ,
              • "labels":
                {
                • "type":"string",
                • "title":"Labels",
                • "description":""
                }
                ,
              • "certifications":
                {
                • "type":"string",
                • "title":"Certifications",
                • "description":""
                }
                ,
              • "reseaux":
                {
                • "type":"string",
                • "title":"Réseaux",
                • "description":""
                }
                ,
              • "lien_url_site_france_num":
                {
                • "type":"string",
                • "title":"Lien url (site France Num)",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"string",
                • "title":"latitude",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"string",
                • "title":"longitude",
                • "description":""
                }
                ,
              • "geoloc":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geoloc",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets

    • Ce jeu de données présente les accompagnements proposés aux TPE PME dans le cadre des dispositifs France Num depuis novembre 2020. Les informations présentées sont relatives à la nature de l'accompagnement (type, montant, thème), ainsi qu'aux caractéristiques des bénéficiaires (secteur d'activité, localisation, taille de l'entreprise).
    • Il s'agit de la codification des questions et réponses de l'enquête réalisée par BCG-EY en 2020 sur commande de la DGE.
    • Il s'agit de la codification des questions et réponses de l'enquête réalisée par BCG-EY en 2020 sur commande de la DGE.
    • Cette table permet d'établir le sommaire de la dataviz (rubriques / questions), de définir les libellés des questions, et d'établir la correspondance avec les questions telles que libellées dans chaque enquête annuelle.